nitrogen6x: Fix the error handling in board_eth_init()
authorFabio Estevam <[email protected]>
Fri, 11 Sep 2015 03:53:51 +0000 (00:53 -0300)
committerStefano Babic <[email protected]>
Sun, 13 Sep 2015 09:05:15 +0000 (11:05 +0200)
commit747472bb960e37080e0f498f7cf752a89ad148c9
tree9ee5ccaa44a3d182dc057db2cb37a676dcc6809e
parent8f6edf6d30cc22a4231c5dd97a3bd82803d8f08c
nitrogen6x: Fix the error handling in board_eth_init()

We should not return 0 on failure, so return a negative error code
instead.

Also centralize the error path so that is easier to follow.

Cc: Troy Kisky <[email protected]>
Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Troy Kisky <[email protected]>
board/boundary/nitrogen6x/nitrogen6x.c